home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFER__ / PROTO / P / PDOMENUL.H < prev    next >
Text File  |  1991-07-23  |  462b  |  18 lines

  1. /*  PDoMenuLife                                                              Handle a selection of the menu bar */
  2.  
  3. /* Unit name:  PDoMenuLife.h   */
  4. /* Function:  This module calls the appropiate menu list */
  5. /*      handler routine. */
  6. /* History: 7/23/91 Original by Prototyper 3.0   */
  7.  
  8.  
  9. /* ======================================================= */
  10.  
  11. /* Handle the menu selection */
  12. void Handle_My_Menu( short theMenu,short theItem);
  13.  
  14.  
  15. /* ======================================================= */
  16.  
  17.  
  18.